Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Editor Namespace / RadioButtonListEditor Class / RadioButtonListEditor Constructor / RadioButtonListEditor Constructor(String[])
Items in the radio button list, specified as an array


In This Topic
    RadioButtonListEditor Constructor(String[])
    In This Topic
    Creates a new multiple-option button list editor, with the specified items in the radio button list.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal items() As String _
    )
    'Usage
     
    
    Dim items() As String
     
    Dim instance As New RadioButtonListEditor(items)
    public RadioButtonListEditor( 
       string[] items
    )

    Parameters

    items
    Items in the radio button list, specified as an array
    See Also